projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6883bf
)
(syms_of_emacs): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 8 Dec 2006 00:20:17 +0000
(
00:20
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 8 Dec 2006 00:20:17 +0000
(
00:20
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 6f3301b4c835509beab0e1ecc09fc80c1c182c44..7a5be030d93212659b9bc61fe79d657c8162cc27 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-2457,7
+2457,8
@@
Special values:
`ms-dos' compiled as an MS-DOS application.
`windows-nt' compiled as a native W32 application.
`cygwin' compiled using the Cygwin library.
- `vax-vms' or `axp-vms': compiled for a (Open)VMS system.
+ `vax-vms' or
+ `axp-vms' compiled for a (Open)VMS system.
Anything else indicates some sort of Unix system. */);
Vsystem_type = intern (SYSTEM_TYPE);